한국어
여러 오디언스를 단일 작업으로 생성합니다.
요청당 1000개의 오디언스로 제한됩니다.
cURL
curl --request POST \ --url https://your_a2_service/audiences/bulk-add \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ { "alt_id": {}, "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "id_type": "<string>", "properties": {}, "updated_at": "2023-11-07T05:31:56Z" } ]'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type AudienceCreateSchema · object[].
AudienceCreateSchema · object[]
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?